-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#362 add facility to exclude namespaces from generated output file(s) #365
Conversation
dammitjanet
commented
Apr 11, 2024
- Added the excludeNamespaces setting
- Updated RefitInterfaceImports to exclude the default added namespaces using regular expressions
- Added additional tests (RefitInterfaceImportTests) to ensure functionality works as expected
Quality Gate passedIssues Measures |
Thanks for taking the time to look into and implement this @dammitjanet |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #365 +/- ##
==========================================
+ Coverage 97.35% 97.37% +0.02%
==========================================
Files 63 63
Lines 2421 2440 +19
==========================================
+ Hits 2357 2376 +19
Misses 40 40
Partials 24 24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me!
Thanks for being thorough and updating the docs! ❤️
Let's get this merged in as soon as the PR build verification passes
@all-contributors please add @dammitjanet for code |
I've put up a pull request to add @dammitjanet! 🎉 |